home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-01 | 1003 b | 42 lines | [TEXT/MPS ] |
- /*
- File: DriverServices.idl
-
- Contains: Driver Services Interfaces.
-
- Version: Technology: PowerSurge 1.0.2 and beyond (including Copland)
- Release: Universal Interfaces 3.0d3 on Copland DR1
-
- Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@applelink.apple.com
- AppleLink: APPLE.BUGS
-
- */
- #ifndef __DRIVERSERVICES_IDL__
- #define __DRIVERSERVICES_IDL__
-
- #include <somobj.idl>
- #include <somcls.idl>
-
- #ifndef __CONDITIONALMACROS_IDL__
- #include <ConditionalMacros.idl>
- #endif
- #ifndef __DRIVERSUPPORT_IDL__
- #include <DriverSupport.idl>
- #endif
- #ifndef __DRIVERSYNCHRONIZATION_IDL__
- #include <DriverSynchronization.idl>
- #endif
- #ifndef __DEVICEMANAGERSUPPORT_IDL__
- #include <DeviceManagerSupport.idl>
- #endif
- #ifndef __INTERRUPTS_IDL__
- #include <Interrupts.idl>
- #endif
-
- #endif /* __DRIVERSERVICES_IDL__ */
-
-